home *** CD-ROM | disk | FTP | other *** search
- Path: abacus.abasoft.co.uk!not-for-mail
- From: dmb@abacus.abasoft.co.uk (David Byrne)
- Newsgroups: comp.lang.c++
- Subject: Re: Does gcc support template?
- Date: 14 Mar 1996 11:15:59 -0000
- Organization: Abacus Software Ltd.
- Message-ID: <4i8v5f$25f@abacus.abasoft.co.uk>
- References: <1182.6645T755T2154@panix.com>
- NNTP-Posting-Host: abacus.abasoft.co.uk
- X-NNTP-Posting-Host: abacus.demon.co.uk
-
- In article <1182.6645T755T2154@panix.com>, Dae Choi <gugu@panix.com> wrote:
- >Hi everyone. I've been desperately trying to compile the following program to
- >test template but the compiler would give error messages:
-
- Compiles fine here:
-
- dmb@abacus:51> g++ test4.cpp
- dmb@abacus:52> a.out
- Average of integer value is 3
- Average of floating value is 3.3
- dmb@abacus:53> gcc -v
- Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.7.0/specs
- gcc version 2.7.0
- dmb@abacus:54>
- --
- David Byrne, Abacus Software, London, UK Tel: +44 (0)171 603 9877
- Email: dmb@abacus.demon.co.uk Fax: +44 (0)171 603 6844
- Here's a koan: If you have ice-cream I will give you some. If you have none,
- I will take it away from you. (it's an ice-cream koan).
-